for _, c in workspace:GetChildren() do if c:IsA'Script' and c.Name == 'Tornado' then c:Destroy() end end